Developer --> Technical Publications
PATHJava Developer Documentation > Mac OS Runtime for Java > MRJToolkit > Programming With MRJToolkit


The MRJAboutHandler Interface

The com.apple.mrj.MRJAboutHandler interface contains one method, handleAbout , which is called when the user selects the About menu item.


handleAbout

Performs an action when the user selects the About menu item.

public void handleAbout ();

DISCUSSION

This application-defined method is called when the user selects the About menu item in the Apple menu. Typically this method displays a splash screen containing information about the application, such as a brief description, copyright information, the names of the development team, and so on.You must register the method name by calling the registerAboutHandler method registerAboutHandler when initializing the application. The handleAbout method is only useful if you have packaged your Java application using JBindery.

SEE ALSO

The registerAboutHandler method registerAboutHandler .


© 1998 Apple Computer, Inc. — (Last Updated 10 Dec 98)

Previous | Back Up One Level | Next |